In [2]:
from IPython.display import Image, HTML, IFrame
These lessons have been written with a certain type of learner in mind. They assume you are comfortable with writing and using Python code. They also assume a general understanding of statistical concepts. Nothing too esoteric but you should have a working knowledge of regression and significance.
These lessons have been written with a certain type of learner in mind. They assume you are comfortable with writing and using Python code. They also assume a general understanding of statistical concepts. Nothing too esoteric but you should have a working knowledge of regression and significance.
In [1]:
Image('images/OpenCV_logo.png')
OpenCV (Open Source Computer Vision) is an open-source BSD-licensed library that includes hundreds of computer vision algorithms. It is:
It can be downloaded for free from their website or installed via a package manager like homebrew on Macs.
What is an image?
OpenCV (Open Source Computer Vision) is an open-source BSD-licensed library that includes hundreds of computer vision algorithms. It is:
It can be downloaded for free from their website or installed via a package manager like homebrew on Macs.
What is machine learning? Quick intro: statistics, training, un/supervised
What is an image? Images, pixels, grayscale, colour, show pic of image matrix.
In [ ]: